Skip to content

IObserver.OnNext(TValue) method

Defined in

Type: IObserver Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

TResult OnNext(TValue value)

Summary: Notifies the observer of a new element in the sequence.

Parameters

NameTypeDescription
valueTValueThe new element in the sequence.

Returns: TResult -- Result returned upon observation of a new element.